Skip to content
  • 0 Votes
    4 Posts
    2k Views
    p3c0P

    @jimmy274 You're Welcome :)
    A more interesting way but through C++ would be to use QQuickPaintedItem to create your own custom item. You can re-implement paint method to draw your custom shapes, text etc.. It uses QPainter to achieve this. Try looking for setCompositionMode and setClipRegion methods. An example for QQuickPaintedItem is here.